method Enumerable.prototype.[Symbol.asyncIterator] Enumerable.prototype.[Symbol.asyncIterator](): AsyncGenerator<T, void, unknown> Implement AsyncIterable<T>. Return Type AsyncGenerator<T, void, unknown>